All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.MenuElement
NSMenuItem
.
[[NSMenuItem
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithTitle:action:keyEquivalent:
on a newly allocated object.
- action
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- hasSubmenu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- image
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- isEnabled
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- isSeparatorItem
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- keyEquivalent
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- keyEquivalentModifierMask
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- menu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- mixedStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- mnemonic
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- mnemonicLocation
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- offStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- onStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- representedObject
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
+ separatorItem
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setAction:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setEnabled:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setKeyEquivalent:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setKeyEquivalentModifierMask:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setMenu:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setMixedStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setMnemonicLocation:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setOffStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setOnStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setRepresentedObject:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setState:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setSubmenu:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setTag:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setTarget:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setTitle:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- setTitleWithMnemonic:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
+ setUsesUserKeyEquivalents:
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- state
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- submenu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- tag
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- target
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- title
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
- userKeyEquivalent
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
+ usesUserKeyEquivalents
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
protected MenuElement(boolean shouldAllocate, int objcObject)
public MenuElement()
[[NSMenuItem
alloc] init]
.
public MenuElement(String aString, Selector aSelector, String charCode)
- initWithTitle:action:keyEquivalent:
on a newly allocated object.
public MenuElement(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native void setUsesUserKeyEquivalents(boolean flag)
+ setUsesUserKeyEquivalents:
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public static native boolean usesUserKeyEquivalents()
+ usesUserKeyEquivalents
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public static native MenuItem separatorItem()
+ separatorItem
Objective-C class method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setMenu(Menu menu)
- setMenu:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Menu menu()
- menu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native boolean hasSubmenu()
- hasSubmenu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setSubmenu(Menu submenu)
- setSubmenu:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Menu submenu()
- submenu
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setTitle(String aString)
- setTitle:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native String title()
- title
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native boolean isSeparatorItem()
- isSeparatorItem
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setKeyEquivalent(String aKeyEquivalent)
- setKeyEquivalent:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native String keyEquivalent()
- keyEquivalent
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setKeyEquivalentModifierMask(int mask)
- setKeyEquivalentModifierMask:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native int keyEquivalentModifierMask()
- keyEquivalentModifierMask
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native String userKeyEquivalent()
- userKeyEquivalent
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setMnemonicLocation(int location)
- setMnemonicLocation:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native int mnemonicLocation()
- mnemonicLocation
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native String mnemonic()
- mnemonic
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setTitleWithMnemonic(String stringWithAmpersand)
- setTitleWithMnemonic:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setImage(Image menuImage)
- setImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Image image()
- image
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setState(int state)
- setState:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native int state()
- state
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setOnStateImage(Image image)
- setOnStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Image onStateImage()
- onStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setOffStateImage(Image image)
- setOffStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Image offStateImage()
- offStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setMixedStateImage(Image image)
- setMixedStateImage:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Image mixedStateImage()
- mixedStateImage
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setEnabled(boolean flag)
- setEnabled:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native boolean isEnabled()
- isEnabled
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setTarget(Object anObject)
- setTarget:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Object target()
- target
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setAction(Selector aSelector)
- setAction:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Selector action()
- action
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setTag(int anInt)
- setTag:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native int tag()
- tag
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void setRepresentedObject(Object anObject)
- setRepresentedObject:
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native Object representedObject()
- representedObject
Objective-C instance method
defined by the MenuItem
interface
(known as the NSMenuItem
Objective-C protocol).
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index